Skip to content

chore(deps): bump pymobiledevice3 from 2.46.1 to 4.1.0#28

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pymobiledevice3-4.1.0
Closed

chore(deps): bump pymobiledevice3 from 2.46.1 to 4.1.0#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pymobiledevice3-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 16, 2024

Copy link
Copy Markdown
Contributor

Bumps pymobiledevice3 from 2.46.1 to 4.1.0.

Release notes

Sourced from pymobiledevice3's releases.

v4.1.0

What's Changed

Full Changelog: doronz88/pymobiledevice3@v4.0.0...v4.1.0

v4.0.0

Highlights

This version refactors the whole RemoteXPC API stack to be fully asyncio. For CLI users this change is completely transparent (except for being much faster! ⚡️)

For python API users, this means creating and connecting a RemoteServiceDiscoveryService clients will now require an active asyncio loop.

The project's README file was updated aswell to reflect this API change:

# Or you could connect manually to a specific tunnel created by `start-tunnel`
host = 'fded:c26b:3d2f::1'
port = 65177
async with RemoteServiceDiscoveryService((host, port)) as rsd:
    # you can now use this connection as any other LockdownClient connection
    pass
Alternatively, you can use this API not in a context-manager
rsd = RemoteServiceDiscoveryService((host, port))
await rsd.connect()
await rsd.close()

What's Changed

Full Changelog: doronz88/pymobiledevice3@v3.4.4...v4.0.0

v3.4.4

What's Changed

  • 5f3ed28591c00a68b792353b6c0a65e7e69dda7d activity_trace_tap: handle <private> strings
  • ac07e34356aaad7016cafcef59cd6c2333578a83 exceptions: add missing to __all__
  • d26500f4cd469fecbee9069b7ba1f8e6b17c5405 lockdown: fix create_using_remote() docstring
  • 255889f81b9be34a5cc1f45f3cd08b99b17bb0ad accessibilityaudit: fix typings

Full Changelog: doronz88/pymobiledevice3@v3.4.3...v3.4.4

v3.4.3

What's Changed

... (truncated)

Commits
  • 3a6203c cli: simulate-location: add time randomness argument
  • 7df2de1 Merge pull request #938 from doronz88/refactor/remotexpc-to-asyncio
  • 251a261 remotexpc: refactor to use asyncio
  • 6d2275c Merge pull request #939 from doronz88/bugfix/dvt-oslog
  • 255889f accessibilityaudit: fix typings
  • d26500f lockdown: fix create_using_remote() docstring
  • ac07e34 exceptions: add missing to __all__
  • 5f3ed28 activity_trace_tap: handle \<private> strings
  • b43c199 Merge pull request #923 from doronz88/refactor/os_interface
  • adcaa24 Organize OS-related functionality into classes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymobiledevice3](https://github.com/doronz88/pymobiledevice3) from 2.46.1 to 4.1.0.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Changelog](https://github.com/doronz88/pymobiledevice3/blob/master/NEWS.md)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v4.1.0)

---
updated-dependencies:
- dependency-name: pymobiledevice3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 16, 2024
@dependabot @github

dependabot Bot commented on behalf of github Apr 17, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #29.

@dependabot dependabot Bot closed this Apr 17, 2024
@dependabot dependabot Bot deleted the dependabot/pip/pymobiledevice3-4.1.0 branch April 17, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants